This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Dana Prejipyvergon 2.Dec.03 04:07 PM a Web browser Applications Development6.5Windows 2000
Hi
I'm thinking about exporting a few notes documents to pdf. The documents contain richtext items containing pasted images and I want them to be available as images in the pdf file after export.
I was thinking of using the following procedure:
- export documents to dxl
- transform dxl to xsl-fo using xslt
- generator pdf from xsl-fo using Apache FOP
I haven't tried this yet, but I don't see why it can't work. But I'm having a bit of trouble seeing how I can convert richtext items of type <picture> to an image in the xsl-fo.
Has anyone done this?
Must I use <fo:instream-foreign-object> for this? If so, then how? An example would be nice.